var syscall.env
11 uses
syscall (current package)
env_unix.go#L21: env map[string]int
env_unix.go#L32: env = make(map[string]int)
env_unix.go#L37: if _, ok := env[key]; !ok {
env_unix.go#L38: env[key] = i // first mention of key
env_unix.go#L58: if i, ok := env[key]; ok {
env_unix.go#L60: delete(env, key)
env_unix.go#L75: i, ok := env[key]
env_unix.go#L110: i, ok := env[key]
env_unix.go#L118: env[key] = i
env_unix.go#L129: runtimeClearenv(env)
env_unix.go#L131: env = make(map[string]int)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |